home *** CD-ROM | disk | FTP | other *** search
- Path: in2.uu.net!bdmcom!news
- From: ywu@plato.sky.bdm.com
- Newsgroups: comp.lang.c
- Subject: How do you pass along a variable argument list?
- Date: 10 Jan 1996 23:31:43 GMT
- Organization: BDM International, Inc.
- Message-ID: <4d1i8v$k8h@news.mcl.bdm.com>
- NNTP-Posting-Host: 158.114.73.228
-
- Hi, there:
-
- I am writing a wrapper around a routine which takes variable argument list only. I
- want my wrapper has the similar prototype and can pass the variable arguments
- directly to the routine(by the way, I cannot change the code of that routine).
-
- I guess it is really hard to do it in ANSI, and I know how to do it in a stupid
- way---but, is there any way around??
-
- Thanks!!
-
- Yibing Wu
- ywu@plato.sky.bdm.com
-